home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / noweb / examples / README.h < prev    next >
Text File  |  1995-02-24  |  2KB  |  58 lines

  1. <html>
  2. <head>
  3. <title>Examples programs written in <tt>noweb</tt></title>
  4. </head>
  5. <body>
  6. <h1>Noweb example programs</h1>
  7. All but one of 
  8. these examples have had their documentation parts converted automatically
  9. from LaTeX to HTML. 
  10. (Can you tell which one?)
  11. Except for <a href=breakmodel.html>breakmodel</a>,
  12. each example file is a fragment of a larger
  13. program.
  14. <p>
  15. The example programs are:
  16. <dl>
  17. <dt><a href=breakmodel.html>breakmodel</a><dd>
  18.         A formal model of breakpoints using the
  19.             Promela modeling language.
  20. <dt><a href=dag.html>dag</a><dd>
  21.         Fragment of an <a href=http://cs.arizona.edu/icon/www/faq.html>Icon</a>
  22.          program that compiles
  23.             patterns into decision-tree pattern-matching
  24.             code.  tree.nw builds the decision trees;
  25.             dag.nw turns them into dags.
  26. <dt><a href=graphs.html>graphs</a><dd>
  27.         Several graphs written in 
  28.     <a href=http://www.cs.utk.edu/~plank/plank/jgraph/jgraph.html>jgraph</a>.
  29. <dt><a href=mipscoder.html>mipscoder</a><dd>
  30.         Part of the original MIPS code generator from
  31.             Standard ML of New Jersey.  Written in Standard ML.
  32. <dt><a href=primes.html>primes</a><dd>
  33.         noweb version of DEK's original prime-number program.
  34.         I got tired of typing and never entered all the text.
  35. <dt><a href=scanner.html>scanner</a><dd>
  36.         Part of a student compiler project.  Includes
  37.             C code and lex and yacc specifications, all in
  38.             a single file. 
  39. <dt><a href=test.html>test</a><dd>
  40.         A simple test file.
  41. <dt><a href=tree.html>tree</a><dd>
  42.         Fragment of an <a href=http://cs.arizona.edu/icon/www/faq.html>Icon</a>
  43.      program that compiles
  44.             patterns into decision-tree pattern-matching
  45.             code.  tree.nw builds the decision trees;
  46.             dag.nw turns them into dags.
  47. <dt><a href=wc.html>wc</a><dd>
  48.   An re-implementation of the example word-count program from Don
  49.   Knuth's book on literate programming.
  50.   This example is as exact a copy as possible; no
  51.             attempt was made to improve the code.
  52.   <a href="wcni.html">Here</a> is a version without identifier
  53.   cross-reference, which gives it a cleaner look.
  54.   <a href="wc.nw.html">Here</a> you can see a plain-text
  55.   rendering of the <tt>noweb</tt> source.
  56. </dl>
  57. </body>
  58.